home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1994 #2 / Monster Media No. 2 (Monster Media)(1994).ISO / pcboard / fdc_422.zip / UPGRADE.DOC < prev   
Text File  |  1994-07-06  |  3KB  |  72 lines

  1. UPGRADE INFORMATION
  2. --------------------------------------------------------------------------
  3.  
  4. FDC v4.2 Release Notes:
  5. -----------------------
  6. Fixed the bug window bug that was causing information to overwrite the
  7. top line of the screen.
  8.  
  9. Many sysops have asked how to set the PCBDAT= variable.  Simply add this
  10. line to you autoexec.bat file:
  11.  
  12. SET PCBDAT=C:\PCB\PCBOARD.DAT
  13.  
  14. Then reset your system.  Of course you will want to substitute the
  15. "C:\PCB\PCBOARD.DAT" with the path and name of your PCBOARD.DAT file.
  16.  
  17. I have quadruple checked the accuracy of the download count and I have
  18. found it to be 100% accurate.  A couple of sysops have reported that
  19. other 'door' utilties that scan the DOWNLOAD.TXT are reporting different
  20. numbers than FDC for the number of times a file has been download.  The
  21. only suggestion I have for these sysops is to run "FDC /STRIP" and then
  22. reset the date counters in the FDC.CFG to a date back to 1980, then
  23. run "FDC".  This will strip all entries from the DIR files and then
  24. rescan the entire DOWNLOAD.TXT file for the number of times a file has
  25. been downloaded.  In a nut shell it will reset the download count.
  26.  
  27.  
  28. FDC v4.1 Release Notes:
  29. -----------------------
  30. If you are upgrading from FDC v4.1 you will want to note the following
  31. changes.
  32.  
  33. FDC now uses the PCBDAT= enviroment variable.  The PCBDAT= enviroment
  34. setting must be set in order for the proper operation of FDC.  For 99%
  35. of the sysops this should already be set.  But for the %1 of you that
  36. will recieve the error "PCBDAT= eviroment variable not found." you will
  37. want to set it.
  38.  
  39. By utilizing the PCBOARD.DAT file FDC can find information such as
  40. the location of the DOWNLOAD.TXT file and LOG file.  Therefore the
  41. parameter DOWNLOAD= in the FDC.CFG file is an OVERRIDE for the values
  42. found in the PCBOARD.DAT file.  If you would like FDC to default to
  43. the path\file found in the PCBOARD.DAT file then simply comment out the
  44. DOWNLOAD= option in the FDC.CFG file.
  45.  
  46. A bug has been reported by several users that FDC was not reading the
  47. DOWNLOAD.TXT file correctly when searching back XX number of days.  I
  48. have found the bug and corrected the problem.  Thanks to those of you
  49. who have been patient in helping correct this bug.
  50.  
  51.  
  52. FDC v4.0 Release Notes:
  53. -----------------------
  54. If you are upgrading from FDC v3.x RUN FDC v3.x ONE LAST TIME RIGHT
  55. BEFORE YOU UPGARDE to FDC v4.0.  This ensures the last run date and time
  56. paremeters are set to the current system date and time.
  57.  
  58. Then to install FDC v4.0 simply overwrite your FDC.EXE file with the new
  59. version.  You will then want to make 2 addtions to your FDC.CFG file.
  60. These additions are LAST_RUN_DATE= and LAST_RUN_TIME=.  Set these
  61. parameters to be the *current* system time and date, since the last time
  62. your ran FDC was right before the upgrade. (right?)
  63.  
  64. For example if you upgrade on February 27, 1994 at 2:30pm then edit the
  65. paremeters to be:
  66.  
  67. LAST_RUN_DATE=02-27-1994
  68. LAST_RUN_TIME=14:30
  69.  
  70. Note the LAST_RUN_TIME= parameter is in the 24 hour time format.
  71.  
  72.